home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(load){
- _root.hud.addListener(this);
- _root.hud.pickupItem("small_shell");
- this.useItem = function(p_item)
- {
- _root.hud.usedItem("small_shell");
- _root.convo._visible = true;
- this.enabled = false;
- _root.convo.cs.cg.gotoAndPlay("tut_shell");
- };
- this.onRelease = function()
- {
- _root.convo._visible = true;
- this.enabled = false;
- _root.convo.cs.cg.gotoAndPlay("tut");
- };
- }
-